home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / BZIP2 / 980205 / bzip / !ReadMe < prev    next >
Text File  |  1998-02-05  |  2KB  |  42 lines

  1. This is the first release of bzip2 version 0.1 patch level 2 for RISC
  2. OS.  bzip2 is a lossless compression program in the same style as gzip.
  3. It requires a lot of memory to run but typically achieves considerably
  4. better compression ratios than gzip.  It is becoming increasingly
  5. popular in the Unix community.  bzip2 is distributed under the terms of
  6. the GNU General Public Licence, see the file COPYING for details.
  7.  
  8. There is currently no wimp front end for bzip2.  There is also no
  9. sprite file available.
  10.  
  11. To install bzip2, if you have an Acorn-style boot sequence, you may
  12. simply run the !Install script.  If not, then copy `bzip2' to somewhere
  13. on your Run$Path, and ensure that the lines in `RunMe' are executed at
  14. boot time.
  15.  
  16. Now when you doubleclick on compressed files, they will be decompressed.
  17. Note that it spawns a taskwindow to do this so you can continue to do
  18. other things while it decompresses.  As distributed, it runs in `small'
  19. mode and only requires a 2428k wimpslot.  If you have the RAM to spare,
  20. you may wish to edit the RunMe file.
  21.  
  22. To compress files, you will have to invoke bzip2 from the command line.
  23. The `Docs' file is the Unix documentation which is mostly accurate, but
  24. I have made some alterations to bzip2 to make it more suitable for RISC
  25. OS.  Compressed files have filetype &16E instead of being given a `.bz2'
  26. extension.  Unfortunately, the file format does not permit me to store
  27. the original filetype within the file.  I'm currently negotiating with
  28. the author to work out a scheme that would permit this.
  29.  
  30. There is a bug in UnixLib 3.7b which will not allow you to access files
  31. that contain a `/' in their name.  Work around this bug by renaming the
  32. file.  Any other bugs, please let me know.
  33.  
  34. The original source code is available from
  35. http://www.muraroa.demon.co.uk/.  The Patch file contains a unified
  36. diff format patch from the pl2 source which is currently available on
  37. the source website.  I think this discharges my legal & moral
  38. obligations under the GPL.
  39.  
  40. May the entropy of your files be maximised.
  41. Matthew Wilcox <willy@bofh.ai>
  42.